ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / GetError Property

In This Topic
    GetError Property
    In This Topic
    Gets or sets a callback that determines whether a specific property of an item contains validation errors.
    Syntax
    'Declaration
     
    
    Property GetError As String
    string GetError {get; set;}
    See Also